@charset "utf-8";

/* CSS Document */

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999999;
    font-size: 14px;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
    font-size: 14px;
    opacity: 1;
    padding-left: 10px
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999999;
    font-size: 14px;
    opacity: 1;
    padding-left: 10px
}


/* .layui-container{
	padding: 0;
} */

.top {
    color: #bcbcbc;
    background: #f2f2f2;
}

.top a {
    color: #bcbcbc
}

.top>.fx {
    border-bottom: 1px solid #ececec;
    padding: 10px 0;
}

.top-tel {
    background: #0355af;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 12px;
    border-radius: 50px;
    margin-left: 15px;
}

.col33 {
    color: #333333
}

.col66 {
    color: #666
}

.coltxt {
    color: #4c4c4c
}

.colgrey {
    color: #aeaeae
}

.colgreen {
    color: #33a74e
}

.logo-left {
    padding-left: 25px;
}

.logo-box {
    padding: 10px 0;
    background: #fff;
}

.colblue {
    color: #0057ae
}

.coltxt {
    color: #7a7a7a
}

.f17 {
    font-size: 17px;
}

.f34 {
    font-size: 34px;
}

.bannersize {
    height: 34vw!important;
}

nav a {
    color: #333333;
    display: block;
    font-size: 16px;
}

.pcnav>li {
    font-size: 16px;
    line-height: 80px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    padding: 0 50px;
}

.pcnav>li:last-child {
    background: none;
}

.pcnav>li:hover>a {
    color: #0057ae;
    font-weight: bold;
    background: url(../images/line.png) no-repeat center 80%;
}

.nav2-list {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 10;
    display: none;
}

.nav2-list li {
    background: #0355af;
    line-height: 2em;
    text-align: center;
    margin: 5px 0;
}

.nav2-list li a {
    color: #fff;
    font-size: 16px;
}

.pcnav>li:hover .nav2-list {
    display: block;
}

.nav2-list li :hover {
    background: #2ac241;
}


/* 关键词 */

#keywords {
    padding: 12px 0;
    margin-top: 20px;
}

.keys-location {
    background: #034091;
    border: 1px solid #ffffff;
}

.keys-location-left {
    padding: 0 36px;
    color: #fff;
    line-height: 52px;
    font-size: 16px;
    padding-left: 70px;
    background: url(../images/keywords.png) no-repeat 20% center;
    font-weight: bold;
}

.keys-location-right {
    line-height: 51px;
    padding: 0 20px;
}

.keys-list {
    line-height: 50px;
    border: 1px solid #a7a7a7;
    border-left: none;
    width: calc(100% - 190px);
}

.keys-list li {
    margin: 0 30px;
}

.keys-right {
    background: #e0e0e0;
    padding: 0 20px;
}

.keys-right a {
    color: #686868
}

.keys-list li:hover a {
    color: #2ac241;
}


/* 产品 */

#goods-bg {
    margin: 30px 0;
}

.title {
    z-index: 1;
}

.title h2 {
    font-size: 1.875rem;
    font-weight: bold;
    color: #0355af
}

.title h2 em {
    color: #2ac241
}

.title p {
    background: url(../images/line2.png) center center no-repeat;
    text-align: center;
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}

.goods1 .ttup {
    background: #0057ae;
    padding: 16px 0;
}

.goods1 .ttup img {
    margin-left: 20px;
}

.goods1 .ttup h4 {
    opacity: 0.5;
}

.goods1 ul {
    background: #f4f4f4;
}

.goods-list {
    padding: 1.25rem 1.875rem;
}

.goods-list>a {
    color: #212121;
    font-size: 16px;
}

.goods-list:hover {
    background: #2ac241;
}

.goods-list:hover>a {
    color: #fff;
}

.gods-list {
    border: 1px solid #d3d3d3;
    width: 25%;
    overflow: hidden;
    transition: ease-in-out 0.3s;
    margin: 0 15px;
    box-sizing: border-box;
}

.good-til {
    transition: ease-in-out 0.3s;
    padding: 10px 24px;
    background: #fff;
    padding-top: 0;
}

.good-til h3 {
    color: #3c3c3c;
    font-size: 16px;
}

.good-til p {
    font-size: 12px;
    color: #999999;
    margin-top: 8px;
    height: 32px;
    overflow: hidden;
}

.gods-list img {
    transition: ease-in-out 0.3s;
}

.gods-list:hover {
    border: 1px solid #2ac241;
}

.gods-list:hover h3 {
    color: #2ac241;
}

.goods-img {
    padding: 20px 24px;
}

.goods-img img {
    width: 100%;
    height: 252px;
    object-fit: cover;
}

.hot-pr-box {
    background: #f8f8f8;
    padding: 30px 50px;
}

.hot-title {
    padding-bottom: 10px;
    background: url(../images/line3.png) no-repeat bottom left;
    background-size: contain;
}

.hot-title h3 {
    padding-left: 25px;
    font-size: 18px;
    font-weight: bold;
    color: #0057ae;
    background: url(../images/fire.png) no-repeat left center;
}

.hot-title h3 i {
    font-size: 14px;
    color: #dadada;
    text-transform: uppercase;
    font-weight: normal;
}

.hot-title p {
    padding-left: 35px;
    background: url(../images/service.png) no-repeat left center;
    font-size: 20px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #0057ae;
}

.hot-pr-scroll {
    margin-top: 22px;
}

.scroll-left {
    width: 50%;
    height: 100%;
}

.scroll-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#test2 {
    height: 395px!important;
}

.h100 {
    height: 100%;
}

.scroll-right {
    width: 50%;
    height: 100%;
}

.scroll-right-cont {
    width: 83%;
}

.scroll-right-cont h4 {
    font-size: 16px;
    font-weight: bold;
    color: #333333
}

.scroll-right-cont hr {
    margin: 20px 0;
}

.scroll-right-cont p {
    color: #666666;
    line-height: 2em;
    text-indent: 2em;
}

.scroll-right-more {
    margin-top: 50px;
}

.scroll-right-more a {
    display: block;
}

.scr-more-first,
.scr-more-second {
    text-align: center;
    width: 48%;
}

.scr-more-first {
    background: #0057ae;
    line-height: 40px;
}

.scr-more-first a {
    color: #fff;
}

.scr-more-first:hover a {
    color: #fff;
}

.scr-more-second {
    border: 1px solid #0057ae;
    box-sizing: border-box;
    line-height: 40px;
}

#test2 .layui-carousel-ind {
    text-align: right;
}

#test2 .layui-carousel-ind ul {
    background: none;
}

#test2 .layui-carousel-ind ul li {
    background: #d3d3d3;
    height: 16px;
    width: 16px;
}

#test2 .layui-carousel-ind ul li.layui-this {
    background: #0057ae;
}


/* 案例 */

#case {
    background: #f7f7f7;
    padding: 50px 0;
    margin: 60px 0;
}

.case-1-tt {
    background: rgba(3, 85, 175, 0.9);
    padding: 30px 40px;
    position: absolute;
    bottom: 0;
    z-index: 5;
    left: 0;
    width: calc(100% - 80px);
}

.case-1-tt a {
    color: #fff;
    font-size: 16px;
}

.case-list {
    padding: 18px 24px;
    background: linear-gradient(to right, #32a1bd, #0137a1);
}

.case-list-title {
    color: #fff;
    padding-left: 92px;
    background: url(../images/solu.png) left center no-repeat;
    background-size: contain;
}

.case-list-title h2 {
    font-size: 30px;
    font-weight: bold;
}

.case-list-title h3 {
    font-size: 16px;
    text-transform: uppercase;
}

.solu-bg {
    background: url(../images/solu-bg.png) no-repeat center center;
    background-size: cover;
}

#case .bd {
    padding: 0 60px;
    margin-top: 40px;
}

.solu-list li {
    padding: 20px;
    border-bottom: 1px solid #e3e3e3;
    background: url(../images/trl.png) no-repeat left center;
}

.solu-list li a {
    font-size: 16px;
}

.solu-list li:hover a {
    color: #2ac241;
}

#case .hd {
    text-align: center;
    padding: 15px 0;
}

#case .hd a {
    display: inline-block;
    margin: 0 15px;
}

.case-show img {
    width: 100%;
    height: 274px;
    object-fit: cover;
}

.case-show h3 {
    font-size: 16px;
    margin-top: 20px;
    padding-left: 20px;
}

.case-show p {
    font-size: 14px;
    color: #666666;
    padding-left: 20px;
}

.case-show:hover h3 {
    color: #2ac241;
}

.case-big {
    width: 100%;
    height: 566px;
    object-fit: cover;
}


/* 新闻 */

#news {
    padding: 60px 0;
    background: #f7f7f7;
}

.news-cate li a {
    font-size: 18px;
    font-weight: bold;
}

.news-cate li em {
    text-transform: uppercase;
    color: #5e5e5e;
    font-weight: normal;
    font-size: 14px;
}

.news-cate li {
    margin-right: 20px;
}

.news-cate li:hover a {
    color: #2ac241
}

.news-left {
    padding-right: 30px;
}

.news-left-bto {
    margin-top: 30px;
}

.news-img {
    width: 100%;
    height: 245px;
    object-fit: cover;
}

.news-left-list li {
    padding: 12px;
    padding-left: 25px;
    padding-right: 12px;
}

.news-left-list li h3 a {
    font-size: 16px;
    color: #0f0f0f
}

.news-left-list li .pa {
    z-index: 5;
    left: -17px;
    top: calc(50% - 17px);
    opacity: 0;
}

.news-left-list li:hover .pa {
    opacity: 1;
}

.news-left-time {
    font-size: 12px;
    color: #9e9e9e;
    margin: 10px 0;
}

.news-left-list p {
    text-indent: 2em;
    color: #666666;
    line-height: 1.5em;
}

.news-left-list li:hover {
    background: #2ac241;
}

.news-left-list li:hover p,
.news-left-list li:hover h3 a,
.news-left-list li:hover .news-left-time {
    color: #fff
}

.news-right-list {
    margin-top: 30px;
}

.news-right-time {
    background: #999999;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: 87px;
    border-radius: 22px;
    margin-right: 10px;
}

.news-right-list li {
    padding-top: 16px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #d2d2d2;
}

.news-right-list li :first-child {
    padding-top: 0;
}

.news-right-list li:hover .news-right-time {
    background: #2ac241;
}


/* 关于我们 */

#about {
    margin: 70px 0;
}

.ab-left {
    background: url(../images/about-bg.png) no-repeat left;
    width: 51%;
    padding-bottom: 50px;
    background-size: contain;
}

.ab-left video {
    max-width: 88%;
    height: 500px;
    background: #212121;
}

.ab-right {
    width: 43%;
}

.ab-right h2 {
    font-size: 1.875rem;
    color: 333333;
    font-weight: bold;
}

.ab-right h2 em {
    color: #cbd5e9
}

.ab-right h3 {
    font-size: 1.75rem;
    color: #0355af;
    font-weight: bold;
    display: inline-block;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 0;
    margin-top: 10px;
}

.ab-r-txt {
    margin-top: 35px;
}

.ab-r-txt p {
    color: #222222;
    text-indent: 2em;
    font-size: 16px;
    line-height: 2em;
}

.ab-r-more {
    width: 216px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 1.125rem;
    background: #0355af;
    margin-top: 60px;
    border-radius: 15px;
}

.ab-r-more a {
    color: #fff
}

.ab-r-more:hover a {
    color: #fff
}

.ab-r-more:hover {
    background: #2ac241;
}


/* 合作 */

#honor {
    margin: 60px 0;
}

.honor-cate {
    margin: 15px 0;
}

.honor-cate li {
    width: 110px;
    margin: 0 10px;
    text-align: center;
    background: #0355af;
    line-height: 32px;
    font-size: 14px;
}

.honor-cate li a {
    color: #fff
}

.honor-cate li:hover {
    background: #2ac241;
}

.honor-cate li:hover a {
    color: #fff
}

.honor-list {
    margin-top: 40px;
}

.honor-list li {
    width: 236px;
    text-align: center;
    margin: 0 10px;
}

.honor-list li img {
    width: 100%;
    height: 336px;
    object-fit: contain;
}

.honor-list li h3 {
    font-size: 14px;
}

.honor-list li:hover h3 {
    color: #2ac241;
}


/* 底部 */

.col9 {
    color: #999
}

footer {
    background: #0355af;
}

.footer-top {
    border-bottom: 2px solid #3379be;
}

.footer-top h3 {
  /*  background: #02448c;*/
    color: #fff;
    font-size: 24px;
    width: 204px;
    line-height: 98px;
    text-align: center;
}

/*.footer-top h3 img {
    z-index: 5;
    right: -5px;
    top: calc(50% - 5.5px);
    position: absolute;
}*/

.op5 {
    opacity: 0.5;
}

#path {
    padding: 15px 0;
    border-bottom: 1px dashed #d6d6d6;
}

article {
    overflow: hidden;
    padding: 15px;
}


/* 底部 */

.footer-top ol li {
    margin: 0 40px;
}

.footer-top ol li img {
    margin-right: 10px;
}

.footer-bot {
    padding: 40px 0;
}

.fb-left p {
    color: #fff;
    line-height: 2em;
}

.fb-left img {
    margin-bottom: 20px;
}

.footer-bot h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff
}

.f-g-list {
    width: 400px;
}

.f-g-list a {
    color: #fff
}

.f-g-list li {
    width: 50%;
    margin: 10px 0;
}

.f-g-list li:hover a {
    color: #2ac241
}

.f-n-list a {
    color: #fff
}

.f-n-list li {
    margin: 10px 0;
}

.f-n-list li:hover a {
    color: #2ac241
}

.clwh {
    display: none;
}

.goods-list-nei {
    width: auto;
}

.tj_news_title {
    border-bottom: 2px solid #f1f1f1;
    padding: 15px 0;
}

.tj_news li {
    width: 47%;
    padding: 15px 0;
    border-bottom: 1px dashed #cccccc;
}

.tj_news li:hover a {
    color: #2ac241;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    position: absolute;
    left: -1px;
    top: -1px;
    padding: 1px;
    width: 100%;
    height: 100%;
    background-color: #2ac241;
}

#nei-main {
    margin: 40px 0;
}

.news-ul li {
    padding: 16px 0;
    border-bottom: 1px dashed #b5b5b5;
}

.layergre {
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
}

.layer-box {
    width: 100%;
    height: 100%;
}

.layergre img {
    max-height: 60%;
    max-width: 60%;
}

.right-box {
    position: fixed;
    right: 0;
    z-index: 99;
    top: 50%;
}

.right-box li {
    background: #fff;
    padding: 5px;
    border: 1px solid #e4e4e4;
    margin: 10px 0;
}

.right-box li:hover {
    background: #3379be;
    color: #fff
}

.right-box li:hover a {
    color: #fff
}

.right-box ul li:last-child:hover {
    background: #fff;
}

.right-box ul li:last-child:hover a {
    color: #333;
}

.material{
    margin-bottom: 40px;
}

.material-content{
    margin-top: 20px;
}

.material-content p{
    margin: 0 10px;
    line-height: 2em;
    color:#666666;
}

.material-content p span{
    font-size:  16px;
    font-weight:  bold;
    color:#333
}

.material-cate {
    margin: 15px 0;
}

.material-cate li {
    width: 110px;
    margin: 0 10px;
    text-align: center;
    cursor: pointer;
    background: #666;
    line-height: 32px;
    font-size: 14px;
    color:#fff
}

.material-cate li.material-cate-active{
    background: #0355af;
}

.material-list {
    border: 1px solid #d3d3d3;
    width: 25%;
    overflow: hidden;
    transition: ease-in-out 0.3s;
    margin: 0 15px;
    box-sizing: border-box;
}

.material-til {
    transition: ease-in-out 0.3s;
    padding: 10px 24px;
    background: #fff;
    padding-top: 0;
}

.material-til h3 {
    color: #0355af;
    font-size: 16px;
    text-align: center;
}

.material-til p {
    font-size: 12px;
    color: #999999;
    margin-top: 8px;
    height: 32px;
    overflow: hidden;
    text-align: center;
}

.material-list img {
    transition: ease-in-out 0.3s;
}

.material-list:hover {
    border: 1px solid #2ac241;
}

.material-list:hover h3 {
    color: #2ac241;
}

.material-img {
    padding: 0;
}

.material-img img {
    width: 100%;
    height: 252px;
    object-fit: cover;
}
.div-hidden{
    height: 0;
    overflow: hidden;
    margin-top: 0;
}

@media screen and (min-width: 1500px) {
    .layui-container {
        padding: 0;
        width: 1500px;
    }
}

@media screen and (max-width: 1500px) {
    .pcnav>li {
        padding: 0 25px;
    }
    .goods1 .ttup img {
        display: none;
    }
    .gods-list {
        width: 35%;
    }
    .goods-list-nei {
        width: auto;
        margin: 0;
    }
    .honor-list li {
        width: 236px;
        text-align: center;
        margin: 10px;
    }
    .honor-list li h3 {
        height: 28px;
        overflow: hidden;
    }
    .keys-list li {
        margin: 0 10px;
    }
    .ab-r-more {
        display: none;
    }
}

@media screen and (max-width:1200px) {
    .goods-img img {
        height: 216px;
    }
    .ab-right img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
    .poster-main {
        display: none;
    }
    nav {
        order: 3;
        width: 100%;
    }
    .scroll-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .hot-pr-box {
        background: #f8f8f8;
        padding: 30px 20px;
    }
    .ab-left,
    .ab-right {
        width: 100%;
    }
    #keywords {
        display: none;
    }
}

@media screen and (max-width:992px) {
    .lgdn {
        display: none;
    }
    .top-phone-box {
        display: none;
    }
    .goods1 {
        overflow: hidden;
    }
    .goods-list {
        float: left;
        width: 25%;
        padding: 10px 0;
        text-align: center;
    }
    .goods-list>a {
        background: none!important;
    }
    .top-phone {
        background: none;
        padding-left: 0;
    }
    .pcnav>li {
        width: calc(100% / 6);
        padding: 0;
        background: none;
        margin: 0;
    }
    .keys-list {
        display: none;
    }
    .goods-img img {
        height: 267px;
    }
    .super-img {
        padding: 10px 0;
    }
    .ab-left,
    .ab-right {
        width: 100%;
        height: auto;
    }
    .ab-left {
        background-size: 100%;
        padding: 10px 0;
    }
    .ab-right img {
        height: auto;
    }
    .mt40 {
        margin-top: 20px;
    }
    .fb-mid-left,
    .fb-mid-right {
        display: none;
    }
    .footer-top {
        display: none;
    }
    .gods-list {
        width: 50%;
    }
    .goods-list-nei {
        width: auto;
    }
    .case-show img {
        height: 127px;
    }
}

@media screen and (max-width:768px) {
    #keywords {
        display: none;
    }
    .top_right .f24 {
        font-size: 14px;
    }
    .top {
        display: none;
    }
    .bannersize {
        height: 40vw!important;
    }
    .bannersize button {
        display: none;
    }
    .goods1 .ttup {
        background: #0057ae;
        padding: 16px 0;
    }
}

@media screen and (max-width:480px) {
    .logo-img {
        width: 150px;
    }
    .logo-box {
        padding: 10px 0;
    }
    .pcnav>li {
        width: calc(100% / 3);
        padding: 0;
        background: none;
        margin: 0;
        line-height: 2em;
    }
    .scroll-left,
    .scroll-right {
        width: 100%;
    }
    .hot-title p {
        display: none;
    }
    .scroll-right-cont {
        width: 100%;
        padding-top: 10px;
    }
    .scroll-right-cont p,
    .scroll-right-cont .scroll-right-more {
        display: none;
    }
    .scroll-right-cont h4 {
        text-align: center;
    }
    .scroll-right-cont h1 {
        text-align: center;
    }
    .goods-img img {
        height: 204px;
    }
    .title {
        background: none!important;
        padding-bottom: 10px;
        z-index: 1;
    }
    .top_right .f24 {
        font-size: 12px;
    }
    .clwh {
        display: block;
    }
    footer {
        margin-bottom: 60px;
    }
    .fb-left {
        width: 100%;
    }
    .xldn {
        display: none;
    }
    .honor-list li {
        width: 180px;
    }
    .honor-list li img {
        width: 100%;
        height: 162px;
        object-fit: contain;
    }
    .w50 {
        width: 100%;
    }
    .news-left,
    .news-right {
        padding: 0px;
    }
    #test2 {
        height: 200px!important;
    }
    .goods-img {
        padding: 10px;
    }
    .good-til {
        padding: 10px;
    }
    .gods-list {
        width: 70%;
        margin: 0;
    }
    .case-big {
        width: 100%;
        height: 196px;
        object-fit: cover;
    }
    .case-show p {
        display: none;
    }
    .case-1-tt {
        padding: 10px 10px;
        width: calc(100% - 20px);
    }
    .case-1-tt p {
        display: none;
    }
    .case-show img {
        height: 194px;
    }
    .case-show h3 {
        font-size: 16px;
        margin-top: 5px;
        padding-left: 20px;
    }
    .ab-r-more {
        margin-top: 20px;
        width: 150px;
        line-height: 3em;
    }
    .honor-list {
        margin-top: 20px;
    }
    .goods-list-nei {
        width: auto;
    }
    .goods-list-nei img {
        height: 120px;
    }
    .tj_news li {
        width: 100%;
        padding: 11px 0;
        border-bottom: 1px dashed #cccccc;
    }
    #nei-main {
        margin: 20px 0;
    }
    .ab-left video {
        height: 300px;
        max-width: 90%;
        ;
    }
    #about {
        margin: 30px 0;
    }
    #case {
        margin: 30px 0;
    }
    .pcnav>li:hover .nav2-list {
        display: none;
    }
    .layergre img {
        max-height: 80%;
        max-width: 80%;
        width: auto!important;
        height: auto!important;
    }
    .goods-list a {
        font-size: 14px!important;
    }
    article img {
        max-width: 100%!important;
        height: auto!important;
    }
    article table {
        max-width: 100%;
        width: auto!important;
    }
    .tj_news {
        display: none;
    }
    .goods-list {
        height: 38px;
        overflow: hidden;
        padding: 0;
        margin: 5px 0;
    }
    .right-box ul li {
        display: none;
    }
    .right-box ul li:last-child {
        display: block;
    }
    .right-box {
        right: 10px;
        top: 80%;
    }
}




/* 点击视频播放 */
#videobox{width:815px;height:506px;background-color:#fff;border:1px solid #fff;position:fixed;top:50%;margin-top:-250px;left:50%;margin-left:-250px;z-index:999;display:none;padding:20px}
#closex{position:absolute;right:-19px;top:-10px;z-index:1000;display:block;width:30px;line-height:30px;text-align:center;cursor:pointer;border:2px solid #333;border-radius:50%;background:#333;color:#fff}

